﻿@charset "utf-8";

/*注意：非通用的CSS样式不得放入此文件，而应放在自己网页专用的CSS文件中*/

html,body 
{
	background-color:#ffffff; color:#000000;
	/*全站强行规定0网页边距，如需要边距可在自己的网页CSS里覆盖此处设置*/
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; 
	/* filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); */
    font-size: 12px; 
    line-height: 1.5;
    scrollbar-width: thin;
}
html, body, td, select, input, textarea {
    font-family: "Microsoft YaHei","微软雅黑",Verdana,"宋体",Arial,helvetica,sans-serif !important;
}
img { border-width:0px; }
td,div { word-break:break-all; }
h1,h2,h3
{
     line-height:22px;
     font-size:14px;
     margin:0 0;
     padding:0 0;
     display:inline;
}
p,form { padding:0 0; margin:0 0;}
a,
a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #D10000;
    text-decoration: underline;
    cursor: pointer;
}

/*清空浮动 start*/
.clearfix:after {clear:both;}
.clear{clear:both;}
/*清空浮动 end*/

.cnFont { font-family: "Microsoft YaHei","微软雅黑","宋体" !important; }
.eng2numFont { font-family: Comic Sans MS, Verdana, Arial, "Microsoft YaHei","微软雅黑"; }
.NumberFont { font-family: Georgia, Verdana, Arial, "Microsoft YaHei","微软雅黑"; }
.yuhou_copy {
    opacity: 0.01;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=1,finishOpacity=1);
    position: absolute;
}
.divP
{
    position: absolute;
}
.inputButton {
	font-size: 14px; 
	background-color: #DCE9F3; color: #000000; cursor: hand; cursor:pointer;
    width: 50px;
    height: 28px;
}
.inputTxt1 /*onblur*/ {
    font-size: 14px;
    color: Black;
    background-color: #ffffff;
    border: 1px solid #7f9db9;
}
.inputTxt2 /*onfocus*/ {
    font-size: 14px;
    color: #000000;
    background-color: #ffffff;
    border: 1px dashed #008000;
}
.txtSty {
    font-size: 14px;
    border: 1px solid #7f9db9;
}
.font13px
{
    font-size :13px; line-height:1.5;
}
.font14px
{
    font-size :14px;  line-height:22px;
}
.yuhou_a1 {text-decoration:none;}
.yuhou_a1:hover {
	left: 1px; position: relative; 
	top: 1px; text-decoration: none;
}

/*自动更新用到的效果*/
.Hp_MediaImgLink img:hover {
    opacity: 0.60;
    filter : progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=60,finishOpacity=100);
}

textarea,
select,
button,
input {
    outline: none;
    font-size: 14px;
    border-radius: 6px;
    min-height: 20px;
}
textarea,
input[type="password"],
input[type="text"] {
    border: 1px solid #7f9db9;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer;
    border: 1px solid #808080;
}
input[type="file"] {
    background-color: #d8f8f8;
    border: 1px dashed #8db6bb;
    cursor: pointer;
    border-radius: 8px;
    font-weight: bold;
    height: auto;
}
input[type="file"]::file-selector-button {
    cursor: pointer;
    border-radius: 0.5rem;
}
input[type="file"],
select {
    cursor: crosshair;
}

/*透明flash不再支持*/
#_banner2view,
embed,
object {
    display: none;
}
audio,
video {
    border-radius: 8px;
    height: auto;
    max-width: 100%;
    min-height: 50px;
    margin: 2px auto;
}

/*新版MVC常用兼容*/
.PosAbs {
    position: absolute;
}
.PosRel {
    position: relative;
}
.flex0,
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex {
    width: 100%;
}
.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-wrap {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-content-around {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.txt-max:focus,
.txt-max {
    font-size: 20px;
}
.txt-big:focus,
.txt-big {
    font-size: 18px;
}
.txt-default:focus,
.txt-default {
    font-size: 16px;
}
.txt-lit:focus,
.txt-lit {
    font-size: 14px;
}
.txt-mini:focus,
.txt-mini {
    font-size: 12px;
}
.text-fit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.AutoImg img,
.img-x {
    border: 0;
    max-width: 100%;
    display: block;
    margin: 2px auto;
    border-radius: 8px;
}
img.edit,
.icon-x {
    max-width: 100%;
    border-radius: 8px;
}
